projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
961a48d
)
(update-file-autoloads):
author
Richard M. Stallman
<rms@gnu.org>
Sat, 23 Aug 1997 05:32:56 +0000
(
05:32
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 23 Aug 1997 05:32:56 +0000
(
05:32
+0000)
Be careful about which directory to find loaddefs.el in.
lisp/emacs-lisp/autoload.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/autoload.el
b/lisp/emacs-lisp/autoload.el
index adc8b6fb2244122692f3c614940b30a423d16371..9ae7188120ae3d3635d6f2dd1418f41cb9e290ee 100644
(file)
--- a/
lisp/emacs-lisp/autoload.el
+++ b/
lisp/emacs-lisp/autoload.el
@@
-310,7
+310,10
@@
are used."
(set-buffer existing-buffer))
;; We must read/write the file without any code conversion.
(let ((coding-system-for-read 'no-conversion))
- (set-buffer (find-file-noselect generated-autoload-file)))
+ (set-buffer (find-file-noselect
+ (expand-file-name generated-autoload-file
+ (expand-file-name "lisp"
+ source-directory)))))
(save-excursion
(save-restriction
(widen)